home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 September / DPPCPRO0999.ISO / Macromed / Flash2 / CD Extras / WebTools / JBS.DXR / 00110_PlayReverse.ls < prev    next >
Encoding:
Text File  |  1997-04-13  |  325 b   |  18 lines

  1. on mouseDown
  2.   global CurrentSpeed, indexGridMode, scoreStepTime, scoreSpeed
  3.   if indexGridMode then
  4.     StopPLay(1)
  5.     LeavePagePrep()
  6.     BtnDown()
  7.     set scoreSpeed to -30
  8.     set scoreStepTime to 0
  9.   else
  10.     StopPLay(1)
  11.     BtnDown()
  12.   end if
  13. end
  14.  
  15. on myHelp
  16.   return "Click to scan the indexes or files backwards"
  17. end
  18.